'Declaration Public Overloads Function Fill( _ ByVal parameterValues() As Object _ ) As Integer
public int Fill( object[] parameterValues )
Parameters
- parameterValues
- Used to fill the Devart.Data.Oracle.OracleCommand.Parameters collection of the SelectCommand property.
Return Value
The number of rows successfully added to or refreshed in the DbDataTable. This does not include rows affected by statements that do not return rows.